Esx Hcl Reports Location

Esx Hcl Reports Location
Esx Hcl Reports Location

The Esx Hcl Reports Location schema contains the URI location to download generated compatibility report, as well as a token required (as a header on the HTTP GET request) to get the report. The validity of the token is 5 minutes. After the token expires, any attempt to call the URI with said token will fail.

JSON Example
{
    "url": "string",
    "report_token": {
        "token": "string",
        "expiry": "string"
    }
}
string As uri As uri
url
Required

Compatibility report download URL.

report_token
Required

Information about the token required in the HTTP GET request to download the compatibility report.